home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000093_wei@sting.Berkeley.edu_Wed May 13 16:38:52 1992.msg < prev    next >
Text File  |  1994-01-24  |  970b  |  24 lines

  1. Subject: Re:  World Wide Web and Viola
  2. To: bloemer@helios.tnt.uni-hannover.de, timbl@nxoc01.cern.ch,
  3.         wei@sting.Berkeley.edu
  4.  
  5. > 1. Is it possible to define pseudo hyperlinks which start a subprocess?
  6. > That would be really phantastic because it allows for nice tutorials with
  7. > trial buttons. On xcf.berkely.edu I saw:
  8.  
  9. >     About XMap ... 
  10. ...
  11. >     <P>
  12. >     Click here for a demo.
  13. >     <S>/*script*/
  14. > Unfortunately it doesn't work, in Viola no button was shown.
  15.  
  16. Whoops, I guess I really have to clean up the HTML files on our site :-)
  17. Most of this stuff was for internal demonstrations, and the scripting 
  18. stuff was an unfinished experiment. It doesn't work for you because you must 
  19. have the demonstration Xmap program locally. But, yes, the intent of the 
  20. <S> tag is to embed viola scripts in HTML, so that you can ``program links''
  21. to do lots of complicated and neat things... In this case, the script 
  22. tries to start up another process.
  23.  
  24. ...